Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix setup-ssh action apt install commands. #458

Merged
merged 2 commits into from
Apr 15, 2024
Merged

Conversation

jonpugh
Copy link
Contributor

@jonpugh jonpugh commented Feb 29, 2024

I'm using this action with a GitHub workflow with container: drupalci/php-8.1-apache.

The setup-ssh action doesn't work.

This fixes it.

  • Use apt-get command.
  • Run apt-get update to ensure package lists are up to date.
  • Use -y on install so it works non-interactively.

- Use `apt-get` command.
- Run `apt-get update` to ensure package lists are up to date.
- Use `-y` on install so it works non-interactively.
@davereid
Copy link
Member

Filed #492 about the failing GitHub Action workflow.

@justafish
Copy link
Member

Thank you!

@justafish justafish merged commit 86cfbd3 into Lullabot:main Apr 15, 2024
31 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants